Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.SetVersioningOptions (Nuxeo Drive: Set versioning options)

Operation id NuxeoDrive.SetVersioningOptions
Category Services
Label Nuxeo Drive: Set versioning options
Requires
Since

Parameters

Name Description Type Required Default value
delay string no  
option string no  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.test.NuxeoDriveSetVersioningOptions
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.SetVersioningOptions",
  "label" : "Nuxeo Drive: Set versioning options",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.SetVersioningOptions",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "delay",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "option",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}